public interface WSDLBoundOperation extends WSDLObject, WSDLExtensible
Modifier and Type | Interface and Description |
---|---|
static class |
WSDLBoundOperation.ANONYMOUS |
Modifier and Type | Method and Description |
---|---|
WSDLBoundOperation.ANONYMOUS |
getAnonymous()
Gets the soapbinding:binding/operation/wsaw:Anonymous.
|
WSDLBoundPortType |
getBoundPortType()
Gives the owner
WSDLBoundPortType |
Iterable<? extends WSDLBoundFault> |
getFaults()
Gets all the
WSDLFault bound to this operation. |
Map<String,WSDLPart> |
getInParts()
|
QName |
getName()
Short-cut for
getOperation().getName() |
WSDLOperation |
getOperation()
Gets the wsdl:portType/wsdl:operation model -
WSDLOperation ,
associated with this binding operation. |
Map<String,WSDLPart> |
getOutParts()
|
WSDLPart |
getPart(String partName,
javax.jws.WebParam.Mode mode)
Gets
WSDLPart for the given wsdl:input or wsdl:output part |
QName |
getReqPayloadName()
Gets the payload QName of the request message.
|
String |
getRequestNamespace()
Gets the namespace of request payload.
|
QName |
getResPayloadName()
Gets the payload QName of the response message.
|
String |
getResponseNamespace()
Gets the namespace of response payload.
|
String |
getSOAPAction()
Gives soapbinding:operation@soapAction value.
|
addExtension, getExtension, getExtensions, getExtensions
getLocation
@NotNull QName getName()
getOperation().getName()
@NotNull String getSOAPAction()
@NotNull WSDLOperation getOperation()
WSDLOperation
,
associated with this binding operation.WSDLOperation
@NotNull WSDLBoundPortType getBoundPortType()
WSDLBoundPortType
WSDLBoundOperation.ANONYMOUS getAnonymous()
@Nullable WSDLPart getPart(@NotNull String partName, @NotNull javax.jws.WebParam.Mode mode)
WSDLPart
for the given wsdl:input or wsdl:output part@NotNull Iterable<? extends WSDLBoundFault> getFaults()
WSDLFault
bound to this operation.@Nullable QName getReqPayloadName()
It's possible for an operation to define no body part, in which case this method returns null.
@Nullable QName getResPayloadName()
It's possible for an operation to define no body part, in which case this method returns null.
String getRequestNamespace()
String getResponseNamespace()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.