org.teleal.cling.model.types
Class SoapActionType
java.lang.Object
org.teleal.cling.model.types.SoapActionType
public class SoapActionType
- extends Object
MAGIC_CONTROL_NS
public static final String MAGIC_CONTROL_NS
- See Also:
- Constant Field Values
MAGIC_CONTROL_TYPE
public static final String MAGIC_CONTROL_TYPE
- See Also:
- Constant Field Values
PATTERN_MAGIC_CONTROL
public static final Pattern PATTERN_MAGIC_CONTROL
PATTERN
public static final Pattern PATTERN
SoapActionType
public SoapActionType(ServiceType serviceType,
String actionName)
SoapActionType
public SoapActionType(String namespace,
String type,
Integer version,
String actionName)
getActionName
public String getActionName()
getNamespace
public String getNamespace()
getType
public String getType()
getVersion
public Integer getVersion()
fromString
public static SoapActionType fromString(String s)
throws RuntimeException
- Throws:
RuntimeException
getServiceType
public ServiceType getServiceType()
toString
public String toString()
- Overrides:
toString
in class Object
getTypeString
public String getTypeString()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.