com.sun.xml.ws.wsdl
Class ActionBasedOperationSignature
java.lang.Object
com.sun.xml.ws.wsdl.ActionBasedOperationSignature
public class ActionBasedOperationSignature
- extends java.lang.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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ActionBasedOperationSignature
public ActionBasedOperationSignature(@NotNull
java.lang.String action,
@NotNull
javax.xml.namespace.QName payloadQName)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.