com.sun.xml.ws.wsdl
Class ActionBasedOperationSignature
java.lang.Object
com.sun.xml.ws.wsdl.ActionBasedOperationSignature
public class ActionBasedOperationSignature
- extends Object
This class models the Operation Signature as defined by WS-I BP ( 1.2 or 2.0) to use wsa:Action and payload QName to
identify the corresponding wsdl operation from a request SOAP Message.
- Author:
- Rama Pulavarthi
ActionBasedOperationSignature
public ActionBasedOperationSignature(@NotNull
String action,
@NotNull
QName payloadQName)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.