Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLOperation

Packages that use WSDLOperation
com.sun.xml.ws.api.model.wsdl   
com.sun.xml.ws.api.wsdl.parser Extension point for WSDL parsing. 
com.sun.xml.ws.model.wsdl   
com.sun.xml.ws.policy.jaxws   
com.sun.xml.ws.wsdl.parser   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
 

Uses of WSDLOperation in com.sun.xml.ws.api.model.wsdl
 

Methods in com.sun.xml.ws.api.model.wsdl that return WSDLOperation
 WSDLOperation WSDLPortType.get(String operationName)
          Gets the WSDLOperation for a given operation name
 WSDLOperation WSDLBoundOperation.getOperation()
          Gets the wsdl:portType/wsdl:operation model - WSDLOperation, associated with this binding operation.
 WSDLOperation WSDLOutput.getOperation()
          Gives the owning WSDLOperation
 WSDLOperation WSDLFault.getOperation()
          Gives the owning WSDLOperation
 WSDLOperation WSDLInput.getOperation()
          Gives the owning WSDLOperation
 

Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLOperation
 Iterable<? extends WSDLOperation> WSDLPortType.getOperations()
          Gets Iterable<WSDLOperation>
 

Uses of WSDLOperation in com.sun.xml.ws.api.wsdl.parser
 

Methods in com.sun.xml.ws.api.wsdl.parser with parameters of type WSDLOperation
 void WSDLParserExtension.portTypeOperationAttributes(WSDLOperation operation, XMLStreamReader reader)
           
 boolean WSDLParserExtension.portTypeOperationElements(WSDLOperation operation, XMLStreamReader reader)
           
 boolean WSDLParserExtension.portTypeOperationFault(WSDLOperation op, XMLStreamReader reader)
           
 boolean WSDLParserExtension.portTypeOperationInput(WSDLOperation op, XMLStreamReader reader)
           
 boolean WSDLParserExtension.portTypeOperationOutput(WSDLOperation op, XMLStreamReader reader)
           
 

Uses of WSDLOperation in com.sun.xml.ws.model.wsdl
 

Classes in com.sun.xml.ws.model.wsdl that implement WSDLOperation
 class WSDLOperationImpl
          Implementaiton of WSDLOperation
 

Methods in com.sun.xml.ws.model.wsdl that return WSDLOperation
 WSDLOperation WSDLInputImpl.getOperation()
           
 WSDLOperation WSDLFaultImpl.getOperation()
           
 WSDLOperation WSDLOutputImpl.getOperation()
           
 

Uses of WSDLOperation in com.sun.xml.ws.policy.jaxws
 

Methods in com.sun.xml.ws.policy.jaxws with parameters of type WSDLOperation
 void PolicyWSDLParserExtension.portTypeOperationAttributes(WSDLOperation operation, XMLStreamReader reader)
           
 boolean PolicyWSDLParserExtension.portTypeOperationElements(WSDLOperation operation, XMLStreamReader reader)
           
 

Uses of WSDLOperation in com.sun.xml.ws.wsdl.parser
 

Methods in com.sun.xml.ws.wsdl.parser with parameters of type WSDLOperation
protected static String W3CAddressingWSDLParserExtension.buildAction(String name, WSDLOperation o, boolean isFault)
           
 

Uses of WSDLOperation in com.sun.xml.wss.jaxws.impl
 

Methods in com.sun.xml.wss.jaxws.impl with parameters of type WSDLOperation
protected  String SecurityServerTube.getAction(WSDLOperation operation, boolean inComming)
           
protected  String SecurityClientTube.getAction(WSDLOperation operation, boolean inComming)
           
protected abstract  String SecurityTubeBase.getAction(WSDLOperation operation, boolean isIncomming)
           
 

Uses of WSDLOperation in com.sun.xml.wss.provider.wsit
 

Methods in com.sun.xml.wss.provider.wsit with parameters of type WSDLOperation
protected abstract  String WSITAuthContextBase.getAction(WSDLOperation operation, boolean isIncomming)
           
protected  String WSITServerAuthContext.getAction(WSDLOperation operation, boolean inComming)
           
protected  String WSITClientAuthContext.getAction(WSDLOperation operation, boolean inComming)
           
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.