Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLBoundOperation
Packages that use WSDLBoundOperation
-
Uses of WSDLBoundOperation in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with parameters of type WSDLBoundOperationModifier and TypeMethodDescriptionprotected 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 WSDLBoundOperationModifier and TypeMethodDescriptionfinal WSDLBoundOperationMessage.getOperation(WSDLBoundPortType boundPortType) Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message.final 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 -
Uses of WSDLBoundOperation in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLBoundOperationModifier and TypeMethodDescriptionGets theWSDLBoundOperationfor a given operation nameWSDLBoundFault.getBoundOperation()Gives the ownerWSDLBoundOperationWSDLBoundPortType.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 WSDLBoundOperationModifier and TypeMethodDescriptionIterable<? 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 -
Uses of WSDLBoundOperation in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return WSDLBoundOperation -
Uses of WSDLBoundOperation in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLBoundOperation -
Uses of WSDLBoundOperation in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl with parameters of type WSDLBoundOperationModifier and TypeMethodDescriptionprotected WSDLOperationMappingWSDLOperationFinder.wsdlOperationMapping(WSDLBoundOperation o) -
Uses of WSDLBoundOperation in com.sun.xml.wss.jaxws.impl
Fields in com.sun.xml.wss.jaxws.impl declared as WSDLBoundOperationModifier and TypeFieldDescriptionprotected WSDLBoundOperationSecurityTubeBase.cachedOperationConstants for RM Security ProcessingMethods in com.sun.xml.wss.jaxws.impl that return WSDLBoundOperationModifier and TypeMethodDescriptionprotected 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 WSDLBoundOperationModifier and TypeMethodDescriptionprotected 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 WSDLBoundOperationModifierConstructorDescriptionPolicyResolverImpl(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 WSDLBoundOperationModifierConstructorDescriptionPolicyResolverImpl(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 WSDLBoundOperationModifier and TypeMethodDescriptionprotected final WSDLBoundOperationWSITAuthContextBase.cachedOperation(Packet packet) protected final 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 WSDLBoundOperationModifier and TypeMethodDescriptionPolicyAlternativeHolder.getInMessagePolicyMap()PolicyAlternativeHolder.getOutMessagePolicyMap()Methods in com.sun.xml.wss.provider.wsit with parameters of type WSDLBoundOperationModifier and TypeMethodDescriptionprotected abstract SecurityPolicyHolderWSITAuthContextBase.addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph) protected SecurityPolicyHolderWSITClientAuthContext.addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph) protected SecurityPolicyHolderWSITServerAuthContext.addIncomingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph) protected abstract SecurityPolicyHolderWSITAuthContextBase.addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph) protected SecurityPolicyHolderWSITClientAuthContext.addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph) protected SecurityPolicyHolderWSITServerAuthContext.addOutgoingMP(WSDLBoundOperation operation, Policy policy, PolicyAlternativeHolder ph) protected final voidWSITAuthContextBase.cacheOperation(WSDLBoundOperation op, Packet packet) static PolicyResolverPolicyResolverFactory.createPolicyResolver(HashMap<WSDLBoundOperation, SecurityPolicyHolder> inMessagePolicyMap, HashMap<String, SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer) static PolicyResolverPolicyResolverFactory.createPolicyResolver(List<PolicyAlternativeHolder> alternatives, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer) PolicyAlternativeHolder.getFromInMessagePolicyMap(WSDLBoundOperation op) PolicyAlternativeHolder.getFromOutMessagePolicyMap(WSDLBoundOperation op) voidPolicyAlternativeHolder.putToInMessagePolicyMap(WSDLBoundOperation op, SecurityPolicyHolder sh) voidPolicyAlternativeHolder.putToOutMessagePolicyMap(WSDLBoundOperation op, SecurityPolicyHolder sh) Method parameters in com.sun.xml.wss.provider.wsit with type arguments of type WSDLBoundOperationModifier and TypeMethodDescriptionstatic PolicyResolverPolicyResolverFactory.createPolicyResolver(HashMap<WSDLBoundOperation, SecurityPolicyHolder> inMessagePolicyMap, HashMap<String, SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)