| com.sun.xml.ws.policy.jaxws.PolicyWSDLParserExtension
PolicyWSDLParserExtension | final public class PolicyWSDLParserExtension extends WSDLParserExtension (Code) | | author: Jakub Podlesak (jakub.podlesak at sun.com) |
Inner Class : enum HandlerType | |
Inner Class :final static class PolicyRecordHandler | |
Inner Class :final static class PolicyRecord | |
Method Summary | |
public void | bindingAttributes(WSDLBoundPortType binding, XMLStreamReader reader) | public boolean | bindingElements(WSDLBoundPortType binding, XMLStreamReader reader) | public void | bindingOperationAttributes(WSDLBoundOperation boundOperation, XMLStreamReader reader) | public boolean | bindingOperationElements(WSDLBoundOperation boundOperation, XMLStreamReader reader) | public void | bindingOperationFaultAttributes(WSDLBoundFault fault, XMLStreamReader reader) | public boolean | bindingOperationFaultElements(WSDLBoundFault fault, XMLStreamReader reader) | public void | bindingOperationInputAttributes(WSDLBoundOperation operation, XMLStreamReader reader) | public boolean | bindingOperationInputElements(WSDLBoundOperation operation, XMLStreamReader reader) | public void | bindingOperationOutputAttributes(WSDLBoundOperation operation, XMLStreamReader reader) | public boolean | bindingOperationOutputElements(WSDLBoundOperation operation, XMLStreamReader reader) | public boolean | definitionsElements(XMLStreamReader reader) | public void | finished(WSDLParserExtensionContext context) | public void | messageAttributes(WSDLMessage msg, XMLStreamReader reader) | public boolean | messageElements(WSDLMessage msg, XMLStreamReader reader) | public void | portAttributes(WSDLPort port, XMLStreamReader reader) | public boolean | portElements(WSDLPort port, XMLStreamReader reader) | public void | portTypeAttributes(WSDLPortType portType, XMLStreamReader reader) | public boolean | portTypeElements(WSDLPortType portType, XMLStreamReader reader) | public void | portTypeOperationAttributes(WSDLOperation operation, XMLStreamReader reader) | public boolean | portTypeOperationElements(WSDLOperation operation, XMLStreamReader reader) | public void | portTypeOperationFaultAttributes(WSDLFault fault, XMLStreamReader reader) | public boolean | portTypeOperationFaultElements(WSDLFault fault, XMLStreamReader reader) | public void | portTypeOperationInputAttributes(WSDLInput input, XMLStreamReader reader) | public boolean | portTypeOperationInputElements(WSDLInput input, XMLStreamReader reader) | public void | portTypeOperationOutputAttributes(WSDLOutput output, XMLStreamReader reader) | public boolean | portTypeOperationOutputElements(WSDLOutput output, XMLStreamReader reader) | public void | postFinished(WSDLParserExtensionContext context) | public void | serviceAttributes(WSDLService service, XMLStreamReader reader) | public boolean | serviceElements(WSDLService service, XMLStreamReader reader) |
PolicyWSDLParserExtension | public PolicyWSDLParserExtension()(Code) | | Creates a new instance of PolicyWSDLParserExtension
|
PolicyWSDLParserExtension | public PolicyWSDLParserExtension(boolean isForConfigFile, PolicyMapMutator... externalMutators)(Code) | | Creates a new instance of PolicyWSDLParserExtension
|
bindingOperationAttributes | public void bindingOperationAttributes(WSDLBoundOperation boundOperation, XMLStreamReader reader)(Code) | | |
bindingOperationElements | public boolean bindingOperationElements(WSDLBoundOperation boundOperation, XMLStreamReader reader)(Code) | | |
bindingOperationFaultAttributes | public void bindingOperationFaultAttributes(WSDLBoundFault fault, XMLStreamReader reader)(Code) | | |
bindingOperationFaultElements | public boolean bindingOperationFaultElements(WSDLBoundFault fault, XMLStreamReader reader)(Code) | | |
bindingOperationInputAttributes | public void bindingOperationInputAttributes(WSDLBoundOperation operation, XMLStreamReader reader)(Code) | | |
bindingOperationInputElements | public boolean bindingOperationInputElements(WSDLBoundOperation operation, XMLStreamReader reader)(Code) | | |
bindingOperationOutputAttributes | public void bindingOperationOutputAttributes(WSDLBoundOperation operation, XMLStreamReader reader)(Code) | | |
bindingOperationOutputElements | public boolean bindingOperationOutputElements(WSDLBoundOperation operation, XMLStreamReader reader)(Code) | | |
finished | public void finished(WSDLParserExtensionContext context)(Code) | | |
portTypeOperationAttributes | public void portTypeOperationAttributes(WSDLOperation operation, XMLStreamReader reader)(Code) | | |
portTypeOperationElements | public boolean portTypeOperationElements(WSDLOperation operation, XMLStreamReader reader)(Code) | | |
portTypeOperationFaultAttributes | public void portTypeOperationFaultAttributes(WSDLFault fault, XMLStreamReader reader)(Code) | | |
portTypeOperationFaultElements | public boolean portTypeOperationFaultElements(WSDLFault fault, XMLStreamReader reader)(Code) | | |
portTypeOperationInputAttributes | public void portTypeOperationInputAttributes(WSDLInput input, XMLStreamReader reader)(Code) | | |
portTypeOperationInputElements | public boolean portTypeOperationInputElements(WSDLInput input, XMLStreamReader reader)(Code) | | |
portTypeOperationOutputAttributes | public void portTypeOperationOutputAttributes(WSDLOutput output, XMLStreamReader reader)(Code) | | |
portTypeOperationOutputElements | public boolean portTypeOperationOutputElements(WSDLOutput output, XMLStreamReader reader)(Code) | | |
postFinished | public void postFinished(WSDLParserExtensionContext context)(Code) | | |
|
|