|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLBoundOperation
Abstracts wsdl:binding/wsdl:operation. It can be used to determine the parts and their binding.
Nested Class Summary | |
---|---|
static class |
WSDLBoundOperation.ANONYMOUS
|
Method Summary | |
---|---|
WSDLBoundOperation.ANONYMOUS |
getAnonymous()
Gets the soapbinding:binding/operation/wsaw:Anonymous. |
WSDLBoundPortType |
getBoundPortType()
Gives the owner WSDLBoundPortType |
java.lang.Iterable<? extends WSDLBoundFault> |
getFaults()
Gets all the WSDLFault bound to this operation. |
java.util.Map<java.lang.String,WSDLPart> |
getInParts()
Gets all inbound WSDLPart by its name . |
javax.xml.namespace.QName |
getName()
Short-cut for getOperation().getName() |
WSDLOperation |
getOperation()
Gets the wsdl:portType/wsdl:operation model - WSDLOperation ,
associated with this binding operation. |
java.util.Map<java.lang.String,WSDLPart> |
getOutParts()
Gets all outbound WSDLPart by its name . |
WSDLPart |
getPart(java.lang.String partName,
javax.jws.WebParam.Mode mode)
Gets WSDLPart for the given wsdl:input or wsdl:output part |
javax.xml.namespace.QName |
getReqPayloadName()
Gets the payload QName of the request message. |
java.lang.String |
getRequestNamespace()
Gets the namespace of request payload. |
javax.xml.namespace.QName |
getResPayloadName()
Gets the payload QName of the response message. |
java.lang.String |
getResponseNamespace()
Gets the namespace of response payload. |
java.lang.String |
getSOAPAction()
Gives soapbinding:operation@soapAction value. |
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLExtensible |
---|
addExtension, getExtension, getExtensions, getExtensions |
Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject |
---|
getLocation |
Method Detail |
---|
@NotNull javax.xml.namespace.QName getName()
getOperation().getName()
@NotNull java.lang.String getSOAPAction()
@NotNull WSDLOperation getOperation()
WSDLOperation
,
associated with this binding operation.
WSDLOperation
@NotNull WSDLBoundPortType getBoundPortType()
WSDLBoundPortType
WSDLBoundOperation.ANONYMOUS getAnonymous()
@Nullable WSDLPart getPart(@NotNull java.lang.String partName, @NotNull javax.jws.WebParam.Mode mode)
WSDLPart
for the given wsdl:input or wsdl:output part
@NotNull java.util.Map<java.lang.String,WSDLPart> getInParts()
WSDLPart
by its name
.
@NotNull java.util.Map<java.lang.String,WSDLPart> getOutParts()
WSDLPart
by its name
.
@NotNull java.lang.Iterable<? extends WSDLBoundFault> getFaults()
WSDLFault
bound to this operation.
@Nullable javax.xml.namespace.QName getReqPayloadName()
It's possible for an operation to define no body part, in which case this method returns null.
@Nullable javax.xml.namespace.QName getResPayloadName()
It's possible for an operation to define no body part, in which case this method returns null.
java.lang.String getRequestNamespace()
java.lang.String getResponseNamespace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |