public class SoapActionType extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MAGIC_CONTROL_NS |
static String |
MAGIC_CONTROL_TYPE |
static Pattern |
PATTERN |
static Pattern |
PATTERN_MAGIC_CONTROL |
| Constructor and Description |
|---|
SoapActionType(ServiceType serviceType,
String actionName) |
SoapActionType(String namespace,
String type,
Integer version,
String actionName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getActionName() |
String |
getNamespace() |
ServiceType |
getServiceType() |
String |
getType() |
String |
getTypeString() |
Integer |
getVersion() |
int |
hashCode() |
String |
toString() |
static SoapActionType |
valueOf(String s) |
public static final String MAGIC_CONTROL_NS
public static final String MAGIC_CONTROL_TYPE
public static final Pattern PATTERN_MAGIC_CONTROL
public static final Pattern PATTERN
public SoapActionType(ServiceType serviceType, String actionName)
public String getActionName()
public String getNamespace()
public String getType()
public Integer getVersion()
public static SoapActionType valueOf(String s) throws InvalidValueException
InvalidValueExceptionpublic ServiceType getServiceType()
public String getTypeString()
Copyright © 2023 jUPnP.org. All rights reserved.