| java.lang.Object com.sun.xml.ws.model.wsdl.AbstractObjectImpl com.sun.xml.ws.model.wsdl.AbstractExtensibleImpl com.sun.xml.ws.model.wsdl.WSDLBoundOperationImpl
Method Summary | |
public void | addFault(WSDLBoundFaultImpl fault) | public void | addPart(WSDLPartImpl part, Mode mode) | void | freeze(WSDLModelImpl parent) | public ANONYMOUS | getAnonymous() | public ParameterBinding | getFaultBinding(String part) | public Map<String, String> | getFaultMimeTypes() | public Map<String, ParameterBinding> | getFaultParts() | public List<WSDLBoundFaultImpl> | getFaults() | public Map<String, WSDLPart> | getInParts() | public ParameterBinding | getInputBinding(String part) | public Map<String, String> | getInputMimeTypes() | public Map<String, ParameterBinding> | getInputParts() | public String | getMimeTypeForFaultPart(String part) | public String | getMimeTypeForInputPart(String part) | public String | getMimeTypeForOutputPart(String part) | public QName | getName() | public WSDLOperationImpl | getOperation() | public Map<String, WSDLPart> | getOutParts() | public ParameterBinding | getOutputBinding(String part) | public Map<String, String> | getOutputMimeTypes() | public Map<String, ParameterBinding> | getOutputParts() | WSDLBoundPortTypeImpl | getOwner() | public WSDLPartImpl | getPart(String partName, Mode mode) | public QName | getPayloadName() | public QName | getReqPayloadName() | public String | getRequestNamespace() | public QName | getResPayloadName() | public String | getResponseNamespace() | public String | getSOAPAction() | public void | setAnonymous(ANONYMOUS anonymous) | public void | setFaultExplicitBodyParts(boolean b) | public void | setInputExplicitBodyParts(boolean b) | public void | setOutputExplicitBodyParts(boolean b) | public void | setRequestNamespace(String ns) | public void | setResponseNamespace(String ns) | public void | setSoapAction(String soapAction) | public void | setStyle(Style style) |
getAnonymous | public ANONYMOUS getAnonymous()(Code) | | |
getFaultMimeTypes | public Map<String, String> getFaultMimeTypes()(Code) | | Map of mime:content@part and the mime type from mime:content@type for wsdl:fault
empty Map if there is no parts |
getInputMimeTypes | public Map<String, String> getInputMimeTypes()(Code) | | Map of mime:content@part and the mime type from mime:content@type for wsdl:output
empty Map if there is no parts |
getMimeTypeForFaultPart | public String getMimeTypeForFaultPart(String part)(Code) | | Gets the MIME type for a given wsdl part in wsdl:fault
Parameters: part - Name of wsdl:part, must be non-null null if the part is not found. |
getMimeTypeForInputPart | public String getMimeTypeForInputPart(String part)(Code) | | Gets the MIME type for a given wsdl part in wsdl:input
Parameters: part - Name of wsdl:part, must be non-null null if the part is not found. |
getMimeTypeForOutputPart | public String getMimeTypeForOutputPart(String part)(Code) | | Gets the MIME type for a given wsdl part in wsdl:output
Parameters: part - Name of wsdl:part, must be non-null null if the part is not found. |
getOutputBinding | public ParameterBinding getOutputBinding(String part)(Code) | | Gets
ParameterBinding for a given wsdl part in wsdl:output
Parameters: part - Name of wsdl:part, must be non-null null if the part is not found. |
getOutputMimeTypes | public Map<String, String> getOutputMimeTypes()(Code) | | Map of mime:content@part and the mime type from mime:content@type for wsdl:output
empty Map if there is no parts |
getReqPayloadName | public QName getReqPayloadName()(Code) | | |
getResPayloadName | public QName getResPayloadName()(Code) | | |
getResponseNamespace | public String getResponseNamespace()(Code) | | For rpclit gives namespace value on soapbinding:body@namespace
non-null for rpclit and null for doclit See Also: com.sun.xml.ws.modeler.RuntimeModeler.processRpcMethod(com.sun.xml.ws.model.JavaMethodStringjavax.jws.WebMethodStringjava.lang.reflect.Methodjavax.jws.WebService) |
setAnonymous | public void setAnonymous(ANONYMOUS anonymous)(Code) | | |
setFaultExplicitBodyParts | public void setFaultExplicitBodyParts(boolean b)(Code) | | |
setInputExplicitBodyParts | public void setInputExplicitBodyParts(boolean b)(Code) | | |
setOutputExplicitBodyParts | public void setOutputExplicitBodyParts(boolean b)(Code) | | |
setRequestNamespace | public void setRequestNamespace(String ns)(Code) | | |
setResponseNamespace | public void setResponseNamespace(String ns)(Code) | | |
setSoapAction | public void setSoapAction(String soapAction)(Code) | | |
setStyle | public void setStyle(Style style)(Code) | | |
Methods inherited from com.sun.xml.ws.model.wsdl.AbstractObjectImpl | final public Locator getLocation()(Code)(Java Doc)
|
|
|