Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
-
Packages that use WSDLBoundOperation Package Description com.sun.xml.ws.addressing com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.model com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.model com.sun.xml.ws.model.wsdl com.sun.xml.ws.wsdl com.sun.xml.wss.jaxws.impl com.sun.xml.wss.provider.wsit -
-
Uses of WSDLBoundOperation in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with parameters of type WSDLBoundOperation Modifier and Type Method Description protected voidW3CWsaServerTube. checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)protected voidWsaServerTube. checkAnonymousSemantics(WSDLBoundOperation wbo, WSEndpointReference replyTo, WSEndpointReference faultTo)protected booleanW3CWsaServerTube. isAnonymousRequired(WSDLBoundOperation wbo)protected booleanWsaServerTube. isAnonymousRequired(WSDLBoundOperation wbo) -
Uses of WSDLBoundOperation in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message that return WSDLBoundOperation Modifier and Type Method Description WSDLBoundOperationMessage. getOperation(WSDLBoundPortType boundPortType)Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message.WSDLBoundOperationMessage. getOperation(WSDLPort port)Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. -
Uses of WSDLBoundOperation in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model that return WSDLBoundOperation Modifier and Type Method Description WSDLBoundOperationWSDLOperationMapping. getWSDLBoundOperation() -
Uses of WSDLBoundOperation in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLBoundOperation Modifier and Type Method Description WSDLBoundOperationWSDLBoundPortType. get(QName operationName)Gets theWSDLBoundOperationfor a given operation nameWSDLBoundOperationWSDLBoundFault. getBoundOperation()Gives the ownerWSDLBoundOperationWSDLBoundOperationWSDLBoundPortType. getOperation(String namespaceUri, String localName)Gets the bound operation in this port for a tag name.Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLBoundOperation Modifier and Type Method Description Iterable<? extends WSDLBoundOperation>WSDLBoundPortType. getBindingOperations()Gets theWSDLBoundOperations -
Uses of WSDLBoundOperation in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLBoundOperation in com.sun.xml.ws.api.model.wsdl.editable Modifier and Type Interface Description interfaceEditableWSDLBoundOperation -
Uses of WSDLBoundOperation in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return WSDLBoundOperation Modifier and Type Method Description WSDLBoundOperationJavaMethodImpl. getOperation()Deprecated. -
Uses of WSDLBoundOperation in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLBoundOperation Modifier and Type Class Description classWSDLBoundOperationImplImplementation ofWSDLBoundOperation -
Uses of WSDLBoundOperation in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl with parameters of type WSDLBoundOperation Modifier and Type Method Description protected WSDLOperationMappingWSDLOperationFinder. wsdlOperationMapping(WSDLBoundOperation o) -
Uses of WSDLBoundOperation in com.sun.xml.wss.jaxws.impl
Fields in com.sun.xml.wss.jaxws.impl declared as WSDLBoundOperation Modifier and Type Field Description protected WSDLBoundOperationSecurityTubeBase. cachedOperationConstants for RM Security ProcessingMethods in com.sun.xml.wss.jaxws.impl that return WSDLBoundOperation Modifier and Type Method Description protected WSDLBoundOperationSecurityTubeBase. getOperation(Message message)protected WSDLBoundOperationSecurityTubeBase. getWSDLOpFromAction(Packet packet, boolean isIncomming)protected WSDLBoundOperationSecurityTubeBase. getWSDLOpFromAction(Packet packet, boolean isIncomming, boolean isFault)Methods in com.sun.xml.wss.jaxws.impl with parameters of type WSDLBoundOperation Modifier and Type Method Description protected SecurityPolicyHolderSecurityClientTube. addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderSecurityServerTube. addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected abstract SecurityPolicyHolderSecurityTubeBase. addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderSecurityClientTube. addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)protected SecurityPolicyHolderSecurityServerTube. addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)private Packet addAddressingHeaders(Packet packet, String relatesTo, String action){ AddressingBuilder builder = AddressingBuilder.newInstance(); AddressingProperties ap = builder.newAddressingProperties(); try{ // Action ap.setAction(builder.newURI(new URI(action))); // RelatesTo Relationship[] rs = new Relationship[]{builder.newRelationship(new URI(relatesTo))}; ap.setRelatesTo(rs); // To ap.setTo(builder.newURI(new URI(builder.newAddressingConstants().getAnonymousURI()))); } catch (URISyntaxException e) { throw new RuntimeException("Exception when adding Addressing Headers"); } WsaRuntimeFactory fac = WsaRuntimeFactory.newInstance(ap.getNamespaceURI(), pipeConfig.getWSDLModel(), pipeConfig.getBinding()); fac.writeHeaders(packet, ap); packet.invocationProperties .put(JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_OUTBOUND, ap); return packet; }protected abstract SecurityPolicyHolderSecurityTubeBase. addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph)Constructors in com.sun.xml.wss.jaxws.impl with parameters of type WSDLBoundOperation Constructor Description PolicyResolverImpl(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap, HashMap<String,SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)Creates a new instance of OperationResolverImplConstructor parameters in com.sun.xml.wss.jaxws.impl with type arguments of type WSDLBoundOperation Constructor Description PolicyResolverImpl(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap, HashMap<String,SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)Creates a new instance of OperationResolverImpl -
Uses of WSDLBoundOperation in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit that return WSDLBoundOperation Modifier and Type Method Description protected WSDLBoundOperationWSITAuthContextBase. cachedOperation(Packet packet)protected WSDLBoundOperationWSITAuthContextBase. cacheOperation(Message msg, Packet packet)protected WSDLBoundOperationWSITAuthContextBase. getOperation(Message message, Packet packet)protected WSDLBoundOperationWSITAuthContextBase. getWSDLOpFromAction(Packet packet, boolean isIncomming)Methods in com.sun.xml.wss.provider.wsit that return types with arguments of type WSDLBoundOperation Modifier and Type Method Description HashMap<WSDLBoundOperation,SecurityPolicyHolder>PolicyAlternativeHolder. getInMessagePolicyMap()HashMap<WSDLBoundOperation,SecurityPolicyHolder>PolicyAlternativeHolder. getOutMessagePolicyMap()Method parameters in com.sun.xml.wss.provider.wsit with type arguments of type WSDLBoundOperation Modifier and Type Method Description static PolicyResolverPolicyResolverFactory. createPolicyResolver(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap, HashMap<String,SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)
-